You are here: Programming guide > COM SDK fundamentals > Customizing the AutoCAD link property synchronization

Customizing the AutoCAD link property synchronization

You can customize the Meridian Enterprise AutoCAD link with Visual Basic to modify its behavior. Some examples of why you might customize it are:

The Meridian Enterprise AutoCAD link allows for these types of customization via a callback. The callback named IAMAcadLinkCallback has the following functions:

To enable or disable the callback, enable or disable the line below on the AutoCAD tab of the Application Link Settings branch in Meridian Enterprise Configurator.

AcadCallback=<MyVBProject.MyClass>

MyVBProject.MyClass is the name (ProgID) of the class implementing the IAMAcadLinkCallback interface.

Related information

OnPutField function

OnLoadReference function

OnEditReference function

OnCreateReferenceLink function


www.bluecieloecm.com